Codeshare List of user-contributed code snippets for dotCMS Java CMS.

Author: "Brad Rice"

Multi-select custom field

Author: Brad Rice |

This builds on the codeshare Stephen Bell provided for using a custom field with a select. This uses a multi-select and reads back in multiple values and...

Sorting by Number then Alpha on File Repository listing

Author: Brad Rice |

The File Repository Listing provides a vtl override that you can use to display your sorted files. In order to get it to arrange by number first descending...

Get all Categories in a Category Select

Author: Brad Rice |

Use this to pull all selected categories in a widget category select. After you use this code to grab them you can make it part your dotcontent.pull query...